object MainForm: TMainForm Left = 1 Top = 0 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'DelphiX Sample' ClientHeight = 54 ClientWidth = 107 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poDefaultPosOnly Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object DXDraw: TDXDraw Left = 0 Top = 0 Width = 107 Height = 54 AutoInitialize = True AutoSize = True Color = clBtnFace Display.BitCount = 32 Display.FixedBitCount = False Display.FixedRatio = True Display.FixedSize = False Options = [doAllowReboot, doWaitVBlank, doCenter, doFlip] SurfaceHeight = 54 SurfaceWidth = 107 OnFinalize = DXDrawFinalize OnInitialize = DXDrawInitialize Align = alClient TabOrder = 0 OnMouseMove = DXDrawMouseMove end object DXTimer: TDXTimer ActiveOnly = True Enabled = False Interval = 100 OnTimer = DXTimerTimer end object DXSound: TDXSound AutoInitialize = True Options = [] Left = 184 Top = 32 end end